home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / util / shell / AXshDemo131.lha / InstallDisk.lha / man / passwd.man < prev    next >
Encoding:
Text File  |  1994-01-06  |  2.6 KB  |  94 lines

  1.  
  2.  
  3. PASSWD            SUPERUSER COMMANDS         10-Jul-1991
  4.  
  5.  
  6. NAME
  7.     passwd, chfn, finger - change user information
  8.  
  9. SYNOPSIS
  10.     passwd -l    List users
  11.     passwd user    Change password
  12.     passwd -f user    Change full name
  13.     passwd -d user    Finger user
  14.     passwd -q user    Change quota (superuser only)
  15.     passwd -p user    Change priviledges (superuser only)
  16.     passwd -t user  Change/set time limit (superuser only)
  17.     passwd -a usr passwd fullname home
  18.             Add user (superuser only)
  19.  
  20.     chfn   [username]
  21.  
  22.     finger [username]
  23.  
  24. DESCRIPTION
  25.     passwd   changes   a  password  or  full  name  (-f  option)
  26.     associated  with  the  user username.  chfn is equivalent to
  27.     passwd with the -f option and finger is equivalent to passwd
  28.     with the -d option.
  29.  
  30.     When  changing  a  password,  passwd  prompts  for  the  old
  31.     password  and  then  for the new one.  You must supply both,
  32.     and  the  new  password  must  be  typed  twice to forestall
  33.     mistakes.
  34.  
  35.     New  passwords  should  be at least five characters long, if
  36.     they  combine upper-case and lower-case letters, or at least
  37.     six  characters  long if in monocase.  Users that persist in
  38.     entering passwords will be accepted.
  39.  
  40.     Only  the  owner  of  the name or the superuser may change a
  41.     password;  the  owner  must prove he knows the old password.
  42.  
  43.     When  changing a full name, passwd displays the current full
  44.     name,  enclosed between brackets, and prompts for a new full
  45.     name. If you type a RETURN, the full name is not changed. If
  46.     the  full  name  is to be made blank, you must type the word
  47.     "none".
  48.  
  49.     The  superuser  may  change anyone's full name; normal users
  50.     may only change their own.
  51.  
  52.     When  you  request  the  user's data, passwd displays user's
  53.     login  name,  full  name,  home  directory, user level, last
  54.     login,  and  quota.   Then  passwd  informs whether user has
  55.     unread  mail,  and if so, when is it last arrived at.  After
  56.     that  users  .project and .plan files are showd, if they are
  57.     available.
  58.  
  59.     With  the  -q  option  you  can  change  user quotas.  Unset
  60.     defaults to 50M.
  61.  
  62.     Priviledges  can be changed with the -p option followed with
  63.     the user name we are changing.
  64.  
  65.     Users  can be added with -a option, but you MUST remember to
  66.     create the home directory for the user.
  67.  
  68. OPTIONS
  69.     -l    List users
  70.  
  71.     -f    Change the full name.
  72.  
  73.     -d    Display information about the user specified.
  74.  
  75.     -q    Change quota.
  76.  
  77.     -p    Change priviledge levels
  78.  
  79.     -t    Change/set time limit
  80.  
  81.     -a    Add user to system
  82.  
  83. FILES
  84.     AXsh:etc/passwd        file containing all user information
  85.     AXsh:etc/passwd.demo    file containing only root-user
  86.                 (Passwd file location is configurable)
  87.     AXsh:spool/mail/$USER    user's system mailbox
  88.     ~/.plan            user's plan-file
  89.     ~/.project        user's project-file
  90.  
  91. SEE ALSO
  92.     finger, password, mail
  93.  
  94.